home *** CD-ROM | disk | FTP | other *** search
- {
- "Name" = "Transmit";
- "AppleEventCode" = "TrAn";
-
- "Classes" = {
- "TransmitApp" = {
- "Superclass" = "NSCoreSuite.NSApplication";
- "AppleEventCode" = "capp";
- "ToManyRelationships" = {
- "orderedDocuments" = {
- "Type" = "FTPDocument";
- "AppleEventCode" = "docu";
- };
- };
-
- "Attributes" = {
- "suppressAppleScriptAlerts" = {
- "Type" = "NSNumber<Bool>";
- "AppleEventCode" = "ASAl";
- "ReadOnly" = "No";
- };
- };
- };
-
- "FTPDocument" = {
- "Superclass" = "NSCoreSuite.NSDocument";
- "AppleEventCode" = "docu";
-
- "SupportedCommands" = {
- "Transmit.Connect" = "connectTo:";
- "Transmit.DeleteFile" = "deleteScript:";
- "Transmit.Disconnect" = "disconnect:";
- "Transmit.Download" = "downloadScript:";
- "Transmit.SetTheirStuff" = "setTheirStuffPath:";
- "Transmit.SetYourStuff" = "setYourStuffPath:";
- "Transmit.Upload" = "uploadScript:";
- "Transmit.Synchronize" = "synchronizeScript:";
- };
-
- "Attributes" = {
- "yourStuffPath" = {
- "Type" = "NSString";
- "AppleEventCode" = "ysPT";
- "ReadOnly" = "Yes";
- };
- "theirStuffPath" = {
- "Type" = "NSString";
- "AppleEventCode" = "tsPT";
- "ReadOnly" = "Yes";
- };
- };
- };
- };
-
-
- "Commands" = {
-
- "GetURL" =
- {
- "CommandClass" = "TransmitScriptCommand";
- "AppleEventCode" = "GURL";
- "AppleEventClassCode" = "GURL";
- };
-
- "OpenURL" =
- {
- "CommandClass" = "TransmitScriptCommand";
- "AppleEventCode" = "OURL";
- "AppleEventClassCode" = "WWW!";
- };
-
- "Connect" = {
- "AppleEventCode" = "cONT";
- "Arguments" = {
- "Server" = {
- "AppleEventCode" = "sRVR";
- "Optional" = "No";
- "Type" = "NSString";
- };
- "UserName" = {
- "AppleEventCode" = "uNAM";
- "Optional" = "Yes";
- "Type" = "NSString";
- };
- "Password" = {
- "AppleEventCode" = "uPAS";
- "Optional" = "Yes";
- "Type" = "NSString";
- };
- "InitialPath" = {
- "AppleEventCode" = "iPAT";
- "Optional" = "Yes";
- "Type" = "NSString";
- };
- "Port" = {
- "AppleEventCode" = "pORT";
- "Optional" = "Yes";
- "Type" = "NSString";
- };
- "ConnectionTypes" = {
- "AppleEventCode" = "cTYP";
- "Optional" = "Yes";
- "Type" = "NSNumber<ConnectionTypes>";
- };
- };
- "CommandClass" = "NSScriptCommand";
- "ResultAppleEventCode" = "bool";
- "Type" = "NSNumber<Bool>";
- };
-
- "Disconnect" = {
- "AppleEventCode" = "dCNT";
- "CommandClass" = "NSScriptCommand";
- "Type" = "";
- };
-
- "Download" = {
- "AppleEventCode" = "dOWN";
- "Arguments" = {
- "File" = {
- "AppleEventCode" = "dFLE";
- "Type" = "NSString";
- };
- };
- "CommandClass" = "NSScriptCommand";
- "ResultAppleEventCode" = "bool";
- "Type" = "NSNumber<Bool>";
- };
-
- "Upload" = {
- "AppleEventCode" = "uPLD";
- "Arguments" = {
- "File" = {
- "AppleEventCode" = "uFLE";
- "Type" = "NSString";
- };
- };
- "CommandClass" = "NSScriptCommand";
- "ResultAppleEventCode" = "bool";
- "Type" = "NSNumber<Bool>";
- };
-
- "DeleteFile" = {
- "AppleEventCode" = "DELT";
- "Arguments" = {
- "File" = {
- "AppleEventCode" = "DEFL";
- "Type" = "NSString";
- };
- };
- "CommandClass" = "NSScriptCommand";
- "ResultAppleEventCode" = "bool";
- "Type" = "NSNumber<Bool>";
- };
-
- "SetTheirStuff" = {
- "AppleEventCode" = "sTSP";
- "Arguments" = {
- "Path" = {
- "AppleEventCode" = "tPTH";
- "Type" = "NSString";
- };
- };
- "CommandClass" = "NSScriptCommand";
- "ResultAppleEventCode" = "bool";
- "Type" = "NSNumber<Bool>";
- };
-
- "SetYourStuff" = {
- "AppleEventCode" = "sYSP";
- "Arguments" = {
- "Path" = {
- "AppleEventCode" = "yPTH";
- "Type" = "NSString";
- };
- };
- "CommandClass" = "NSScriptCommand";
- "ResultAppleEventCode" = "bool";
- "Type" = "NSNumber<Bool>";
- };
-
- "Synchronize" = {
- "AppleEventCode" = "snCZ";
- "Arguments" = {
- "SyncMethods" = {
- "AppleEventCode" = "cZMT";
- "Type" = "NSNumber<SyncMethods>";
- };
- "SyncDirections" = {
- "AppleEventCode" = "cZDR";
- "Type" = "NSNumber<SyncDirections>";
- };
- };
- "CommandClass" = "NSScriptCommand";
- "ResultAppleEventCode" = "bool";
- "Type" = "NSNumber<Bool>";
- };
- };
-
-
- "Enumerations" =
- {
- "ConnectionTypes" = {
- "AppleEventCode" = "cTYP";
- "Enumerators" = {
- "FTP " = "FTP ";
- "SFTP" = "SFTP";
- };
- };
-
- "SyncDirections" = {
- "AppleEventCode" = "syDR";
- "Enumerators" = {
- "DownloadDir" = "sDWN";
- "UploadDir" = "sUPL";
- };
- };
-
- "SyncMethods"= {
- "AppleEventCode" = "syMT";
- "Enumerators" = {
- "Mirror" = "sMIR";
- "Update" = "sUPD";
- };
- };
- };
- }
-